home *** CD-ROM | disk | FTP | other *** search
- package java.beans;
-
- import java.lang.reflect.Method;
- import java.security.PrivilegedAction;
-
- final class EventHandler$1 implements PrivilegedAction {
- // $FF: synthetic field
- final Object val$proxy;
- // $FF: synthetic field
- final Method val$method;
- // $FF: synthetic field
- final Object[] val$arguments;
- // $FF: synthetic field
- final EventHandler this$0;
-
- EventHandler$1(EventHandler var1, Object var2, Method var3, Object[] var4) {
- this.this$0 = var1;
- this.val$proxy = var2;
- this.val$method = var3;
- this.val$arguments = var4;
- }
-
- public Object run() {
- return EventHandler.access$000(this.this$0, this.val$proxy, this.val$method, this.val$arguments);
- }
- }
-